runtime.traceBufHeader.link (field)
9 uses
	runtime (current package)
		trace.go#L671: 				trace.empty = buf.link
		trace.go#L814: 		buf.link = trace.empty
		tracebuf.go#L91: 			trace.empty = w.traceBuf.link
		tracebuf.go#L107: 	w.traceBuf.link = nil
		tracebuf.go#L137: 	buf.link = nil
		tracebuf.go#L141: 		q.tail.link = buf
		tracebuf.go#L152: 	q.head = buf.link
		tracebuf.go#L156: 	buf.link = nil
		tracebuf.go#L166: 	link     *traceBuf // in trace.empty/full
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |